home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Horoscope Companion: Scorpio
/
Horoscope Companion: Scorpio.iso
/
pc
/
scorpio
/
hfc.dir
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-08
|
285 b
|
12 lines
on mouseUp
global gTwoChimesSelected, g1stChimeSprite, g2ndChimeSprite
cursor(4)
if gTwoChimesSelected = 1 then
puppetSprite(g1stChimeSprite, 0)
puppetSprite(g2ndChimeSprite, 0)
updateStage()
set gTwoChimesSelected to 0
end if
play frame "hit the chimes"
end